This is a template used to create a step definition for Cucumber for Java.
Predefined variables will take the following values:
${STEP_KEYWORD}   annotation of the step definition (usually it's the keyword used to invoke the step like: Given, Then, And...).
${STEP_REGEXP}   regular expression generated to accept the step.
${PARAMETERS}   parameters of the generated method.
${BODY}   generated method body.